func go/types.isComplex

7 uses

	go/types (current package)
		const.go#L167: 	case isComplex(typ):
		conversions.go#L176: 	if isComplex(Vu) && isComplex(Tu) {
		expr.go#L815: 		if x.mode == constant_ && y.mode == constant_ && isComplex(x.typ) {
		gcsizes.go#L70: 	if isComplex(T) {
		predicates.go#L28: func isComplex(t Type) bool        { return isBasic(t, IsComplex) }
		sizes.go#L108: 	if isComplex(T) {